home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / hunk / rexx / patch00.rexx < prev    next >
OS/2 REXX Batch file  |  1999-06-14  |  256b  |  13 lines

  1. /* Patch a user selectable file by Hunk, automatically.
  2.    Apply all '000 and '010 relevant patches. */
  3.  
  4. MergeRelocs
  5. ApplyPatch "General.hop"
  6. ApplyPatch "Asl_Add.hop"
  7. ApplyPatch "Aztec_Fix.hop"
  8. MergeRelocs
  9. Count 'hunks'
  10. do i=0 to hunks-1
  11.     StripZeros i
  12. end
  13.